GLTextureViewRenderThread

The render thread is responsible for managing the communication between the ui thread and the render thread it creates. Also, the EGL and GL contexts are managed from here.

Constructors

Link copied to clipboard
constructor(@NonNull textureView: TextureView, @NonNull mapRenderer: TextureViewMapRenderer)
Create a render thread for the given TextureView / Maprenderer combination.

Functions

Link copied to clipboard
open fun run()